TypeScript Weekly

Newsletter Image

Messages

5/27/2020
22 : 26

Introducing Snowpack 2.0, Dangers of TypeScript Enums

TypeScript Weekly Issue #138 — May 27, 2020 Introducing Snowpack 2.0 A build system for the modern web with built-in support for TypeScript and JSX. Fred K. Schott The Dangers of TypeScript Enums Tips
5/19/2020
21 : 16

TypeScript Compiler in Rust, Dropbox's Migration to TypeScript

TypeScript Weekly Issue #137 — May 19, 2020 The Great CoffeeScript to TypeScript Migration of 2017 A detailed description of how Dropbox moved their codebase from CoffeeScript over to TypeScript.
5/14/2020
22 : 16

TypeScript 3.9, Deno 1.0, Interfaces vs. Type Aliases

TypeScript Weekly Issue #136 — May 14, 2020 Announcing TypeScript 3.9 For this release, the TypeScript team has been focusing on performance, polish, and stability. A useful addition: // @ts-expect-
5/6/2020
23 : 16

TypeScript Exercises, Deno 1.0

TypeScript Weekly Issue #135 — May 6, 2020 This week was quieter than usual, so this will be a slightly shorter issue. Hopefully, we'll be back to normal next week! — Marius mdevils / typescript-
4/29/2020
13 : 57

TypeScript 3.9 RC, Tests vs. Types

TypeScript Weekly Issue #134 — April 29, 2020 Announcing TypeScript 3.9 RC For this release, the TypeScript team has been focusing on performance, polish, and stability. Daniel Rosenwasser Are tests
4/23/2020
22 : 36

TypeScript Anti-Patterns, Migration Strategies

TypeScript Weekly Issue #133 — April 23, 2020 Strategies for Migrating to TypeScript Strategies for migrating code bases from JavaScript to TypeScript. Dr. Axel Rauschmayer TypeScript Anti-Patterns to
4/16/2020
10 : 47

Augmenting Interfaces, Typing Functions

TypeScript Weekly Issue #132 — April 14, 2020 Typing Functions in TypeScript Functions types, parameters, overloading, and assignability. Dr. Axel Rauschmayer Augmenting Interfaces in the Global Scope